#c – libxml xmlXPathEvalExpression order
Explore tagged Tumblr posts
winmundo · 3 years ago
Text
c – libxml xmlXPathEvalExpression order
Yes, the results of XPath expressions evaluated with xmlXPathEvalExpression or compiled with xmlXPathCompile are always sorted in document order. (Internally, theyre compiled by calling xmlXPathCompileExpr with a true sort flag.)
0 notes